home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / vfft / makefile.old < prev    next >
Encoding:
Makefile  |  1991-10-17  |  402 b   |  28 lines

  1. #
  2. # makefile for user-contributed/lbl/hips/sources/vfft
  3. #
  4.  
  5. PGMS = \
  6.     dcvtob.out inv-vfft.out pattern.out vfft.out vfftfilter.out vfftpass.out
  7.  
  8. LIBRARIES = $(LDFLAGS) -lccs -ltiff $(LIBRARY) $(OTHERLIBS)
  9. CPPFLAGS2 = -I../../../include
  10.  
  11. .c.out:
  12.     $(LINKc) $* $< $(LIBRARIES) $(CPPFLAGS2)
  13.     strip $*
  14.     mv $* $(DESTDIR)
  15.     @touch $@
  16.  
  17. install:    $(PGMS)
  18.  
  19. clean:    clean-pgm
  20.  
  21. man:
  22.  
  23. doc:
  24.  
  25. pristine:    pristine-pgm
  26.  
  27. FRC:
  28.